QuickOPC User's Guide and Reference
DAItemVtqArguments<T> Constructor(ServerDescriptor,DAItemDescriptor,DAVtq<T>)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace > DAItemVtqArguments<T> Class > DAItemVtqArguments<T> Constructor : DAItemVtqArguments<T> Constructor(ServerDescriptor,DAItemDescriptor,DAVtq<T>)
The OPC server involved in the operation.
The OPC item involved in the operation.
The object containing the value, timestamp and quality to be written.
Initializes a new instance of the class. Initializes a new instance of the class, with the specified OPC server and item descriptors, and value/timestamp/quality.
Syntax
'Declaration
 
Public Function New( _
   ByVal serverDescriptor As ServerDescriptor, _
   ByVal itemDescriptor As DAItemDescriptor, _
   ByVal vtq As DAVtq(Of T) _
)
'Usage
 
Dim serverDescriptor As ServerDescriptor
Dim itemDescriptor As DAItemDescriptor
Dim vtq As DAVtq(Of T)
 
Dim instance As New DAItemVtqArguments(Of T)(serverDescriptor, itemDescriptor, vtq)

Parameters

serverDescriptor
The OPC server involved in the operation.
itemDescriptor
The OPC item involved in the operation.
vtq
The object containing the value, timestamp and quality to be written.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also